projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b588eb
)
(ada-convert-file-name): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 16 Jan 2008 16:19:01 +0000
(16:19 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 16 Jan 2008 16:19:01 +0000
(16:19 +0000)
lisp/progmodes/ada-xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-xref.el
b/lisp/progmodes/ada-xref.el
index 77d4213a6db3b63f0b142f4f4408a475f1097a06..2740d1cec14c5df2415023339ea35cce1438f349 100644
(file)
--- a/
lisp/progmodes/ada-xref.el
+++ b/
lisp/progmodes/ada-xref.el
@@
-617,7
+617,7
@@
If NO-USER-QUESTION, don't prompt user for file. Call
(defun ada-convert-file-name (name)
"Convert from NAME to a name that can be used by the compilation commands.
-This is overriden on VMS to convert from VMS filenames to Unix filenames."
+This is overrid
d
en on VMS to convert from VMS filenames to Unix filenames."
name)
;; FIXME: use convert-standard-filename instead